Add the semicolon missing from the generated main.rs contents.
authorjbranchaud <jbranchaud@gmail.com>
Wed, 12 Nov 2014 05:00:05 +0000 (23:00 -0600)
committerjbranchaud <jbranchaud@gmail.com>
Wed, 12 Nov 2014 05:00:05 +0000 (23:00 -0600)
commitdf7a5831d52f9d5179bc08c28c35b22f09319184
tree3d7298895986af7493ac66138c0fc47623b0c790
parente6ec71a85249984c4ed3ed409b770f0639c1de1c
Add the semicolon missing from the generated main.rs contents.

When you run `cargo new project-name --bin`, a project is generated by cargo
with a file, `src/main.rs`. This file has a main function with one line that
prints hello, world, but a semicolon is missing from the end of the
expression.
src/cargo/ops/cargo_new.rs